home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / spiele / circle30bpl11 / readme.win < prev    next >
Text File  |  1992-09-02  |  3KB  |  56 lines

  1.                      Compiling CircleMUD Version 3.0
  2.                 under Microsoft Windows 95 or Windows NT
  3.                      by Jeremy Elson (jelson@jhu.edu)
  4.  
  5. CircleMUD 3.0 compiles relatively easily under Windows 95 and NT.  However,
  6. you should not attempt to compile it under Windows 3.x because 3.x lacks
  7. a number of features that Circle requires such as the Win32 API and
  8. long filenames.  (It is theoretically possible to compile under Windows 3.x
  9. but I have no desire to try.)
  10.  
  11. The Win32 code was developed under Microsoft Visual C++ version 4.0.  If
  12. you have a previous version of MSVC++, or if you have a different brand of
  13. compiler, I can't make any guarantees about how easily the code will compile
  14. or if it will even compile at all.
  15.  
  16.  
  17. Installation:
  18.  
  19. 1)  Download and uncompress the latest version of CircleMUD according to the
  20.     instructions in the main README file.
  21.  
  22. 2)  In the src directory, rename 'conf.h.win' to 'conf.h'.  Delete the old
  23.     Makefile and rename 'Makefile.win' to 'Makefile'.
  24.  
  25. 3)  Check the top part of the Makefile.  If you have MSVC++ installed in the
  26.     \MSDEV directory, no changes should be required; otherwise, make the
  27.     appropriate changes to reflect the name and location of your compiler,
  28.     header files, and standard libraries.
  29.  
  30. 4)  To compile Circle, stay in the src directory and type:
  31.  
  32.         NMAKE
  33.  
  34.     This will invoke Microsoft's make program and should build the entire
  35.     CircleMUD server and create a file called 'circle.exe'.
  36.  
  37. 5)  Go back to Circle's main directory and type "src\circle" to run the
  38.     server.  You should see boot messages appearing on the screen.
  39.     Wait until the line "No connections.  Going to sleep." appears at the
  40.     end of the log -- this means Circle is ready to accept connections.
  41.  
  42. 6)  Start a telnet program (SEE NOTE BELOW).  Open a connection to your
  43.     own machine ("localhost", or whatever the name of your machine happens
  44.     to be) on port 4000.  You should see the MUD's login screen welcoming
  45.     you and asking for your name.  VERY IMPORTANT NOTE:  The standard telnet
  46.     program that comes free with Windows 95 and NT does *not* work correctly
  47.     for connecting to any MUD because it does not support telnet's line-mode
  48.     (therefore, you cannot see what you are typing.)  DO NOT USE Microsoft's
  49.     telnet applet -- instead, use EWAN, CRT, zMUD, or any other Winsock
  50.     telnet application.  These programs are freely downloadable from any
  51.     number of Internet sites.
  52.  
  53.  
  54. Jeremy Elson
  55. jelson@jhu.edu
  56.